home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / Tool Chest / Printing / LaserWriter 8 v8.2.2 / Printer Descriptions / LaserWriter Pro 810f < prev    next >
Encoding:
PostScript Printer Description  |  1995-02-06  |  27.8 KB  |  766 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% Date: June 1, 1993
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.3"
  12. *LanguageVersion: English
  13. *PCFileName: "LWPRO81F.PPD"
  14. *Product: "(LaserWriter Pro 810f)"
  15. *PSVersion: "(2011.113) 12"
  16. *ModelName: "Apple LaserWriter Pro 810 with Fax Card"
  17. *NickName:  "Apple LaserWriter Pro 810 with Fax Card"
  18.  
  19. *% ==== Options and Constraints =====
  20. *OpenGroup: InstallableOptions/Options Installed
  21.  
  22. *OpenUI *Option1/Multimedia Power Feeder: Boolean
  23. *DefaultOption1: False
  24. *Option1 True/Installed: ""
  25. *Option1 False/Not Installed: ""
  26. *?Option1: "
  27.     currentpagedevice /InputAttributes get
  28.     3 get type (dicttype) eq {(True)}{(False)}ifelse = flush "
  29. *End
  30. *CloseUI: *Option1
  31.  
  32. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  33. *DefaultInstalledMemory: 8Meg
  34. *InstalledMemory 8Meg/8 MB  RAM: ""
  35. *InstalledMemory 12Meg/12 MB RAM: ""
  36. *InstalledMemory 16Meg/16 MB RAM: ""
  37. *InstalledMemory 20Meg/20 MB RAM: ""
  38. *InstalledMemory 24Meg/24 MB RAM: ""
  39. *InstalledMemory 28Meg/30 MB RAM: ""
  40. *InstalledMemory 32Meg/32 MB RAM: ""
  41. *?InstalledMemory: "
  42.     currentsystemparams /RamSize get
  43.     6 string dup 4 string 4 -1 roll 1048576 div cvi dup 9 gt {exch cvs 0 exch
  44.     putinterval dup 2}{exch cvs 0 exch putinterval dup 1}ifelse
  45.     (Meg) putinterval
  46.     =
  47. "
  48. *End
  49. *CloseUI: *InstalledMemory
  50.  
  51. *CloseGroup: InstallableOptions
  52.  
  53. *UIConstraints: *Option1 True *ManualFeed True
  54. *UIConstraints: *Option1 False *InputSlot MultiMediaFeeder
  55.  
  56. *% This device does not support the following paper sizes through input trays:
  57. *% Statement, Postcard, Comm #10 Envelope, DL, C5, Monarch envelopes.
  58.  
  59. *UIConstraints: *PageSize Statement *InputSlot Tray1
  60. *UIConstraints: *PageSize Statement *InputSlot Tray2
  61. *UIConstraints: *PageSize Statement *InputSlot Tray3
  62.  
  63. *UIConstraints: *PageSize Postcard *InputSlot Tray1
  64. *UIConstraints: *PageSize Postcard *InputSlot Tray2
  65. *UIConstraints: *PageSize Postcard *InputSlot Tray3
  66.  
  67. *UIConstraints: *PageSize Com10 *InputSlot Tray1
  68. *UIConstraints: *PageSize Com10 *InputSlot Tray2
  69. *UIConstraints: *PageSize Com10 *InputSlot Tray3
  70.  
  71. *UIConstraints: *PageSize DL *InputSlot Tray1
  72. *UIConstraints: *PageSize DL *InputSlot Tray2
  73. *UIConstraints: *PageSize DL *InputSlot Tray3
  74.  
  75. *UIConstraints: *PageSize C5 *InputSlot Tray1
  76. *UIConstraints: *PageSize C5 *InputSlot Tray2
  77. *UIConstraints: *PageSize C5 *InputSlot Tray3
  78.  
  79. *UIConstraints: *PageSize Monarch *InputSlot Tray1
  80. *UIConstraints: *PageSize Monarch *InputSlot Tray2
  81. *UIConstraints: *PageSize Monarch *InputSlot Tray3
  82.  
  83. *% General Information and Defaults ===============
  84. *LanguageLevel: "2"
  85. *Protocols: BCP
  86. *Emulators: hplj
  87. *StartEmulator_hplj: "currentfile /hpcl statusdict /emulate get exec "
  88. *StopEmulator_hplj: "<1B 7F>0"
  89. *FreeVM: "430000"
  90. *VMOption 8Meg: "430000"
  91. *VMOption 12Meg: "1020000"
  92. *VMOption 16Meg: "1457792"
  93. *VMOption 20Meg: "5457792"
  94. *VMOption 24Meg: "9457792"
  95. *VMOption 28Meg: "13457792"
  96. *VMOption 32Meg: "17457792"
  97. *ColorDevice: False
  98. *FaxSupport: Base
  99. *DefaultColorSpace: Gray
  100. *VariablePaperSize: False
  101. *FileSystem: True
  102. *?FileSystem: "
  103.   save false
  104.    (%disk?%)
  105.    { currentdevparams dup /Writeable known
  106.       { /Writeable get {pop true} if }  { pop } ifelse
  107.     } 10 string /IODevice resourceforall
  108.     {(True)}{(False)} ifelse = flush
  109.  restore"
  110. *End
  111. *Throughput: "20"
  112. *Password: "()"
  113. *ExitServer: "
  114.  count 0 eq
  115.  { false } { true exch startjob } ifelse
  116.  not {
  117.      (WARNING: Cannot modify initial VM.) =
  118.      (Missing or invalid password.) =
  119.      (Please contact the author of this software.) = flush quit
  120.      } if
  121. "
  122. *End
  123. *Reset: "
  124.  count 0 eq
  125.  { false } { true exch startjob } ifelse
  126.  not {
  127.     (WARNING: Cannot reset printer.) =
  128.     (Missing or invalid password.) =
  129.     (Please contact the author of this software.) = flush quit
  130.     } if
  131.  systemdict /quit get exec
  132.  (WARNING : Printer Reset Failed.) = flush
  133. "
  134. *End
  135.  
  136. *OpenUI *Resolution: PickOne
  137. *OrderDependency: 10 AnySetup *Resolution
  138. *DefaultResolution: 400dpi
  139. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  140. *Resolution 400dpi: "1 dict dup /HWResolution [400 400] put setpagedevice"
  141. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  142. *Resolution 800dpi: "1 dict dup /HWResolution [800 800] put setpagedevice"
  143.  
  144. *?Resolution: "
  145.   save
  146.     currentpagedevice /HWResolution get
  147.     aload pop exch
  148.     (          ) cvs print
  149.     pop
  150.     (dpi) = flush
  151.   restore
  152. "
  153. *End
  154. *CloseUI: *Resolution
  155.  
  156. *% Halftone Information ===============
  157. *ScreenFreq: "60.0"
  158. *ScreenAngle: "45.0"
  159. *DefaultScreenProc: Dot
  160. *ScreenProc Dot: "
  161. {abs  exch  abs  2 copy  add  1 gt  {1 sub  dup  mul  exch
  162. 1 sub  dup  mul  add  1 sub } {dup  mul  exch  dup  mul
  163. add  1 exch  sub } ifelse }
  164. "
  165. *End
  166. *ScreenProc Line: "{ pop }"
  167. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  168. *DefaultTransfer: Null
  169. *Transfer Null: "{ }"
  170. *Transfer Null.Inverse: "{ 1 exch sub }"
  171.  
  172. *% Paper Handling ===================
  173. *% Code in this section both selects a tray and sets up a frame buffer.
  174. *OpenUI *PageSize: PickOne
  175. *OrderDependency: 30 AnySetup *PageSize
  176. *DefaultPageSize: Unknown
  177. *PageSize Letter/US Letter: "
  178.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  179. *End
  180. *PageSize Letter.Transverse/US Letter: "
  181.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  182. *End
  183. *PageSize Legal/US Legal: "
  184.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  185. *End
  186. *PageSize Tabloid/Ledger: "
  187.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  188. *End
  189. *PageSize A3: "
  190.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  191. *End
  192. *PageSize A4/A4: "
  193.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  194. *End
  195. *PageSize A4.Transverse/A4: "
  196.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  197. *End
  198. *PageSize A5: "
  199.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  200. *End
  201. *PageSize B4: "
  202.     2 dict dup /PageSize [729 1032] put dup /ImagingBBox null put setpagedevice"
  203. *End
  204. *PageSize B5: "
  205.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  206. *End
  207. *PageSize Postcard: "
  208.     2 dict dup /PageSize [284 419] put dup /ImagingBBox null put setpagedevice"
  209. *End
  210. *PageSize Invoice/Statement: "
  211.     2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  212. *End
  213. *PageSize Folio: "
  214.     2 dict dup /PageSize [595 936] put dup /ImagingBBox null put setpagedevice"
  215. *End
  216. *PageSize Executive: "
  217.     2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  218. *End
  219. *PageSize Comm10/Comm10 Envelope: "
  220.     2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  221. *End
  222. *PageSize Monarch/Monarch Envelope: "
  223.     2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  224. *End
  225. *PageSize DL/DL Envelope: "
  226.     2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  227. *End
  228. *PageSize C5/C5 Envelope: "
  229.     2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
  230. *End
  231. *PageSize LetterSmall/US Letter Small: "
  232.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice "
  233. *End
  234. *PageSize A4Small/A4 Small: "
  235.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice "
  236. *End
  237. *PageSize LegalSmall/US Legal Small:  "
  238.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice "
  239. *End
  240. *?PageSize: "
  241.  save
  242.    currentpagedevice /PageSize get aload pop
  243.    2 copy gt {exch} if
  244.    (Unknown)
  245.   16 dict
  246.    dup [612 792] (Letter) put
  247.    dup [612 1008] (Legal) put
  248.    dup [792 1224] (Tabloid) put
  249.    dup [842 1191] (A3) put
  250.    dup [595 842] (A4) put
  251.    dup [420 595] (A5) put
  252.    dup [729 1032] (B4) put
  253.    dup [516 729] (B5) put
  254.    dup [284 419] (Postcard) put
  255.    dup [396 612] (Invoice) put
  256.    dup [595 936] (Folio) put
  257.    dup [522 756] (Executive) put
  258.    dup [297 684] (Comm10) put
  259.    dup [279 540] (Monarch) put
  260.    dup [312 624] (DL) put
  261.    dup [459 649] (C5) put
  262.  { exch aload pop 4 index sub abs 5 le exch
  263.    5 index sub abs 5 le and
  264.       {exch pop exit} {pop} ifelse
  265.    } bind forall
  266.    = flush pop pop
  267. restore
  268. "
  269. *End
  270. *CloseUI: *PageSize
  271.  
  272. *OpenUI *PageRegion: PickOne
  273. *OrderDependency: 40 AnySetup *PageRegion
  274. *DefaultPageRegion: Unknown
  275. *PageRegion Letter/US Letter: "
  276. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [612 792] put setpagedevice} {pop} ifelse
  277.  <</PageSize [612 792]>> setpagedevice "
  278. *End
  279. *PageRegion Letter.Transverse/US Letter: "
  280. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [612 792] put setpagedevice} {pop} ifelse
  281.  <</PageSize [612 792]>> setpagedevice "
  282. *End
  283. *PageRegion Legal/US Legal: "
  284. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [612 1008] put setpagedevice} {pop} ifelse
  285.  <</PageSize [612 1008]>> setpagedevice "
  286. *End
  287. *PageRegion Tabloid/Ledger: "
  288. 2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  289. *End
  290. *PageRegion A3: "
  291. 2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  292. *End
  293. *PageRegion A4: "
  294. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [595 842] put setpagedevice} {pop} ifelse
  295.  <</PageSize [595 842]>> setpagedevice "
  296. *End
  297. *PageRegion A4.Transverse/A4: "
  298. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [595 842] put setpagedevice} {pop} ifelse
  299.  <</PageSize [595 842]>> setpagedevice "
  300. *End
  301. *PageRegion A5: "
  302. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [420 595] put setpagedevice} {pop} ifelse
  303.  <</PageSize [420 595]>> setpagedevice "
  304. *End
  305. *PageRegion B4: "
  306. 2 dict dup /PageSize [729 1032] put dup /ImagingBBox null put setpagedevice"
  307. *End
  308. *PageRegion B5: "
  309. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [516 729] put setpagedevice} {pop} ifelse
  310.  <</PageSize [516 729]>> setpagedevice "
  311. *End
  312. *PageRegion Postcard: "
  313. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [284 419] put setpagedevice} {pop} ifelse
  314.  <</PageSize [284 419]>> setpagedevice "
  315. *End
  316. *PageRegion Invoice/Statement: "
  317. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [396 612] put setpagedevice} {pop} ifelse
  318.  <</PageSize [396 612]>> setpagedevice "
  319. *End
  320. *PageRegion Folio: "
  321. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [595 936] put setpagedevice} {pop} ifelse
  322.  <</PageSize [595 936]>> setpagedevice "
  323. *End
  324. *PageRegion Executive: "
  325. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [522 756] put setpagedevice} {pop} ifelse
  326.  <</PageSize [522 756]>> setpagedevice "
  327. *End
  328. *PageRegion Comm10/Comm10 Envelope: "
  329. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [297 684] put setpagedevice} {pop} ifelse
  330.  <</PageSize [297 684]>> setpagedevice "
  331. *End
  332. *PageRegion Monarch/Monarch Envelope: "
  333. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [279 540] put setpagedevice} {pop} ifelse
  334.  <</PageSize [279 540]>> setpagedevice "
  335. *End
  336. *PageRegion DL/DL Envelope: "
  337. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [312 624] put setpagedevice} {pop} ifelse
  338.  <</PageSize [312 624]>> setpagedevice "
  339. *End
  340. *PageRegion C5/C5 Envelope: "
  341. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [459 649] put setpagedevice} {pop} ifelse
  342.  <</PageSize [459 649]>> setpagedevice "
  343. *End
  344. *PageRegion LetterSmall/US Letter Small: "
  345. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [612 792] put setpagedevice} {pop} ifelse
  346.  <</PageSize [612 792]>> setpagedevice "
  347. *End
  348. *PageRegion LegalSmall/US Legal Small: "
  349. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [612 1008] put setpagedevice} {pop} ifelse
  350.  <</PageSize [612 1008]>> setpagedevice "
  351. *End
  352. *PageRegion A4Small/A4 Small: "
  353. currentpagedevice /InputAttributes get 3 get dup null ne {dup /PageSize [595 842] put setpagedevice} {pop} ifelse
  354.  <</PageSize [595 842]>> setpagedevice "
  355. *End
  356. *CloseUI: *PageRegion
  357.  
  358. *% The following entries provide information about specific paper keywords.
  359. *DefaultImageableArea: Unknown
  360. *ImageableArea Letter/US Letter: "16 14.4 595.4 778 "
  361. *ImageableArea Letter.Transverse/US Letter: "16 14.4 595.4 778 "
  362. *ImageableArea Legal/US Legal: "16 9.81 596.16 995 "
  363. *ImageableArea Tabloid/Ledger: "16 12 780 1208 "
  364. *ImageableArea A3: "16 12 825.84 1178 "
  365. *ImageableArea A4: "16 16 578.88 825.17 "
  366. *ImageableArea A4.Transverse/A4: "16 14.4 578.88 825.17 "
  367. *ImageableArea A5: "14 14.4 407.25 577 "
  368. *ImageableArea B4: "16 10.2 717.12 1019.25 "
  369. *ImageableArea B5: "11 15 503.1 716 "
  370. *ImageableArea Postcard: "14.4 9.81 273.6 407.25 "
  371. *ImageableArea Invoice/Statement: "21 16 373 595 "
  372. *ImageableArea Folio: "21 10.2 578.88 922 "
  373. *ImageableArea Executive: "16 10.2 509.76 743.13 "
  374. *ImageableArea Comm10/Comm10 Envelope: "16 12 279 671 "
  375. *ImageableArea Monarch/Monarch Envelope: "16 12 265.2 525 "
  376. *ImageableArea DL/DL Envelope: "16 14 295.64 605 "
  377. *ImageableArea C5/C5 Envelope: "19 14 448 631 "
  378. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  379. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  380. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  381. *?ImageableArea: "
  382.  save
  383.    /cvp { (                ) cvs print ( ) print } bind def
  384.    /upperright {10000 mul floor 10000 div} bind def
  385.    /lowerleft {10000 mul ceiling 10000 div} bind def
  386.    newpath clippath pathbbox
  387.    4 -2 roll exch 2 {lowerleft cvp} repeat
  388.    exch 2 {upperright cvp} repeat flush
  389.  restore
  390. "
  391. *End
  392.  
  393. *% These provide the physical dimensions of the paper (by keyword)
  394. *DefaultPaperDimension: Unknown
  395. *PaperDimension Letter/US Letter: "612 792"
  396. *PaperDimension Letter.Transverse/US Letter: "612 792"
  397. *PaperDimension Legal/US Legal: "612 1008"
  398. *PaperDimension Tabloid/Ledger: "792 1224"
  399. *PaperDimension A3: "842 1191"
  400. *PaperDimension A4: "595 842"
  401. *PaperDimension A4.Transverse/A4: "595 842"
  402. *PaperDimension A5: "420 595"
  403. *PaperDimension B4: "729 1032"
  404. *PaperDimension B5: "516 729 "
  405. *PaperDimension Postcard: "284 419"
  406. *PaperDimension Invoice/Statement: "396 612"
  407. *PaperDimension Folio: "595 936"
  408. *PaperDimension Executive: "522 756"
  409. *PaperDimension Comm10/Comm10 Envelope: "297 684"
  410. *PaperDimension Monarch/Monarch Envelope: "279 540"
  411. *PaperDimension DL/DL Envelope: "312 624"
  412. *PaperDimension C5/C5 Envelope: "459 649"
  413. *PaperDimension LetterSmall/US Letter Small: "612 792"
  414. *PaperDimension A4Small/A4 Small: "595 842"
  415. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  416.  
  417. *RequiresPageRegion MultiMediaFeeder: True
  418.  
  419. *OpenUI *ManualFeed/Manual Feed: Boolean
  420. *OrderDependency: 20 AnySetup *ManualFeed
  421. *DefaultManualFeed: False
  422. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice "
  423. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice "
  424. *?ManualFeed: "
  425.   save
  426.     currentpagedevice /ManualFeed get
  427.     {(True)}{(False)}ifelse = flush
  428.   restore
  429. "
  430. *End
  431. *CloseUI: *ManualFeed
  432.  
  433. *OpenUI *InputSlot: PickOne
  434. *OrderDependency: 20 AnySetup *InputSlot
  435. *DefaultInputSlot:  Tray1
  436. *InputSlot Tray1/Upper tray: "
  437.   currentpagedevice /InputAttributes get
  438.   0 get dup
  439.   null eq {pop}
  440.   { dup
  441.     /InputAttributes
  442.     1 dict dup /Priority [0 1 2 3] put
  443.     put  setpagedevice
  444.   } ifelse "
  445. *End
  446. *InputSlot Tray2/Middle tray: "
  447.   currentpagedevice /InputAttributes get
  448.   1 get dup
  449.   null eq {pop}
  450.   { dup
  451.     /InputAttributes
  452.     1 dict dup /Priority [1 0 2 3] put
  453.     put  setpagedevice
  454.   } ifelse "
  455. *End
  456. *InputSlot Tray3/Lower tray: "
  457.   currentpagedevice /InputAttributes get
  458.   2 get dup
  459.   null eq {pop}
  460.   { dup
  461.     /InputAttributes
  462.     1 dict dup /Priority [2 0 1 3] put
  463.     put  setpagedevice
  464.   } ifelse "
  465. *End
  466. *InputSlot MultiMediaFeeder/Multimedia Power Feeder: "
  467.   currentpagedevice /InputAttributes get
  468.   3 get dup
  469.   null eq {pop}
  470.   { dup
  471.     /InputAttributes
  472.     1 dict dup /Priority [3 0 1 2] put
  473.     put  setpagedevice
  474.   } ifelse "
  475. *End
  476. *?InputSlot: "
  477. save
  478.   4 dict
  479.   dup /0 (Tray1) put
  480.   dup /1 (Tray2) put
  481.   dup /2 (Tray3) put
  482.   dup /3 (MultiMediaFeeder) put
  483.   currentpagedevice /InputAttributes get
  484.   dup /Priority known
  485.   { /Priority get 0 get (      ) cvs cvn get }
  486.   {
  487.     dup length 1 eq
  488.     { {pop} forall (       ) cvs cvn get }
  489.     { pop pop (Unknown) } ifelse
  490.   } ifelse
  491.   = flush
  492. restore
  493. "
  494. *End
  495. *CloseUI: *InputSlot
  496.  
  497. *DefaultOutputBin:  Upper
  498. *DefaultOutputOrder:  Normal
  499.  
  500. *PageStackOrder Front: Reverse
  501. *PageStackOrder Upper: Normal
  502.  
  503. *OpenUI *TraySwitch: Boolean
  504. *OrderDependency: 50 AnySetup *TraySwitch
  505. *DefaultTraySwitch: False
  506. *TraySwitch True/On: "1 dict dup /TraySwitch true put setpagedevice"
  507. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  508. *?TraySwitch: "
  509. save
  510.   currentpagedevice /TraySwitch get
  511.   {(True)}{(False)}ifelse = flush
  512. restore
  513. "
  514. *End
  515. *CloseUI: *TraySwitch
  516.  
  517. *% Font Information =====================
  518. *DefaultFont: Courier
  519. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  520. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  521. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  522. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  523. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  524. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  525. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  526. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  527. *Font Courier: Standard "(002.004)" Standard ROM
  528. *Font Courier-Bold: Standard "(002.004)" Standard ROM
  529. *Font Courier-BoldOblique: Standard "(002.004)" Standard ROM
  530. *Font Courier-Oblique: Standard "(002.004)" Standard ROM
  531. *Font Helvetica: Standard "(001.006)" Standard ROM
  532. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  533. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  534. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  535. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  536. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  537. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  538. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  539. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  540. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  541. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  542. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  543. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  544. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  545. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  546. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  547. *Font Symbol: Special "(001.007)" Special ROM
  548. *Font Times-Bold: Standard "(001.007)" Standard ROM
  549. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  550. *Font Times-Italic: Standard "(001.007)" Standard ROM
  551. *Font Times-Roman: Standard "(001.007)" Standard ROM
  552. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  553. *Font ZapfDingbats: Special "(001.004)" Special ROM
  554. *?FontQuery: "
  555.  save
  556.    { count 1 gt
  557.       { exch dup 127 string cvs (/) print print (:) print
  558.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  559.       } { exit } ifelse
  560.    } bind loop
  561.    (*) = flush
  562.  restore
  563. "
  564. *End
  565.  
  566. *?FontList: "
  567. save
  568.   (*) {cvn ==} 128 string /Font resourceforall
  569.   (*) = flush
  570. restore
  571. "
  572. *End
  573.  
  574. *% Printer Messages (verbatim from printer):
  575. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  576. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  577. *Message: "\FontName\ not found, using Courier"
  578.  
  579. *% Status (format: %%[ status: <one of these> ] %%)
  580. *Status: "idle"
  581. *Status: "busy"
  582. *Status: "waiting"
  583. *Status: "printing"
  584. *Status: "warming up"
  585. *Status: "initializing"
  586. *Status: "idle"
  587. *Status: "holding"
  588. *Status: "busy"
  589. *Status: "waiting"
  590. *Status: "PrinterError: cover open"
  591. *Status: "PrinterError: warming up"
  592. *Status: "PrinterError: toner is low"
  593. *Status: "PrinterError: paper jam"
  594. *Status: "PrinterError: out of paper"
  595. *Status: "PrinterError: service call"
  596. *Status: "PrinterError: Engine is off line"
  597. *Status: "PrinterError: Engine is not responding"
  598. *Status: "PrinterError: Unknown problem occurred"
  599. *Status: "PrinterError: Manual feed page not requested"
  600. *Status: "PrinterError: waiting for manual feed"
  601.  
  602. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  603. *Source: "Serial"
  604. *Source: "SerialB"
  605. *Source: "Fax"
  606. *Source: "LocalTalk"
  607. *Source: "EtherTalk"
  608. *Source: "Parallel"
  609.  
  610. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  611. *PrinterError: "cover open"
  612. *PrinterError: "warming up"
  613. *PrinterError: "toner is low"
  614. *PrinterError: "paper jam"
  615. *PrinterError: "out of paper"
  616. *PrinterError: "service call"
  617. *PrinterError: "Engine is off line"
  618. *PrinterError: "Engine is not responding"
  619. *PrinterError: "Unknown problem occurred"
  620. *PrinterError: "Manual feed page not requested"
  621. *PrinterError: "waiting for manual feed"
  622.  
  623. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  624.  
  625. *% Color Separation Information =====================
  626.  
  627. *DefaultColorSep: ProcessBlack.60lpi.400dpi/ 60 lpi / 400 dpi
  628.  
  629. *InkName: ProcessBlack/Process Black
  630. *InkName: CustomColor/Custom Color
  631. *InkName: ProcessCyan/Process Cyan
  632. *InkName: ProcessMagenta/Process Magenta
  633. *InkName: ProcessYellow/Process Yellow
  634.  
  635. *%  For 60 lpi / 300 dpi  ===============================
  636.  
  637. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  638. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  639. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  640. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  641. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  642.  
  643. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  644. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  645. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  646. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  647. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  648.  
  649. *%  For 53 lpi / 300 dpi  ===============================
  650.  
  651. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  652. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  653. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  654. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  655. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  656.  
  657. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  658. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  659. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  660. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  661. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  662.  
  663. *%  For 71 lpi / 400 dpi  ===============================
  664.  
  665. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  666. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  667. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  668. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  669. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  670.  
  671. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  672. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  673. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  674. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  675. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  676.  
  677. *%  For 47 lpi / 400 dpi  ===============================
  678.  
  679. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  680. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  681. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  682. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  683. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  684.  
  685. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  686. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  687. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  688. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  689. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"
  690.  
  691. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  692.  
  693. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  694. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  695. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  696. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  697. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  698.  
  699. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  700. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  701. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  702. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  703. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  704.  
  705. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  706. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  707. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  708. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  709. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  710. *End
  711.  
  712. *%  For 71 lpi / 600 dpi  ===============================
  713.  
  714. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  715. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  716. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  717. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  718. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  719.  
  720. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  721. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  722. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  723. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  724. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  725.  
  726. *%  For 85 lpi / 800 dpi   =====================
  727.  
  728. *ColorSepScreenAngle ProcessBlack.85lpi.800dpi/85 lpi / 800 dpi: "45.0"
  729. *ColorSepScreenAngle CustomColor.85lpi.800dpi/85 lpi / 800 dpi: "45.0"
  730. *ColorSepScreenAngle ProcessCyan.85lpi.800dpi/85 lpi / 800 dpi: "71.5651"
  731. *ColorSepScreenAngle ProcessMagenta.85lpi.800dpi/85 lpi / 800 dpi: "18.4349"
  732. *ColorSepScreenAngle ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "0.0"
  733.  
  734. *ColorSepScreenFreq ProcessBlack.85lpi.800dpi/85 lpi / 800 dpi: "84.8528"
  735. *ColorSepScreenFreq CustomColor.85lpi.800dpi/85 lpi / 800 dpi: "84.8528"
  736. *ColorSepScreenFreq ProcessCyan.85lpi.800dpi/85 lpi / 800 dpi: "94.8683"
  737. *ColorSepScreenFreq ProcessMagenta.85lpi.800dpi/85 lpi / 800 dpi: "94.8683"
  738. *ColorSepScreenFreq ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "30.0"
  739.  
  740. *ColorSepScreenProc ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "
  741. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  742. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  743. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  744. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  745. *End
  746.  
  747. *%  For 71 lpi / 800 dpi  ===============================
  748.  
  749. *ColorSepScreenAngle ProcessBlack.71lpi.800dpi/71 lpi / 800 dpi: "45.0"
  750. *ColorSepScreenAngle CustomColor.71lpi.800dpi/71 lpi / 800 dpi: "45.0"
  751. *ColorSepScreenAngle ProcessCyan.71lpi.800dpi/71 lpi / 800 dpi: "71.5651"
  752. *ColorSepScreenAngle ProcessMagenta.71lpi.800dpi/71 lpi / 800 dpi: "18.4349"
  753. *ColorSepScreenAngle ProcessYellow.71lpi.800dpi/71 lpi / 800 dpi: "0.0"
  754.  
  755. *ColorSepScreenFreq ProcessBlack.71lpi.800dpi/71 lpi / 800 dpi: "70.7107"
  756. *ColorSepScreenFreq CustomColor.71lpi.800dpi/71 lpi / 800 dpi: "70.7107"
  757. *ColorSepScreenFreq ProcessCyan.71lpi.800dpi/71 lpi / 800 dpi: "63.2456"
  758. *ColorSepScreenFreq ProcessMagenta.71lpi.800dpi/71 lpi / 800 dpi: "63.2456"
  759. *ColorSepScreenFreq ProcessYellow.71lpi.800dpi/71 lpi / 800 dpi: "66.6667"
  760.  
  761.  
  762.  
  763. *% Produced by "BuildPPD4.0L2.ps" version 4.0 edit 3
  764. *% Last Edit Date: Sep 2, 1994 (sns@sqa)
  765. *% end of PPD file for LaserWriter Pro 810f
  766.